mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-10 15:14:43 +00:00
ad12dc1844
Having this as a 'default y' is rather annoying because it doesn't actually compile unless other options are defined in the board header: ../cmd/bootm.c: In function 'do_imls_nor': ../cmd/bootm.c:330:7: error: 'CONFIG_SYS_MAX_FLASH_BANKS' undeclared (first use in this function); did you mean 'CONFIG_SYS_MAX_FLASH_SECT'? i < CONFIG_SYS_MAX_FLASH_BANKS; ++i, ++info) { Make it 'default n' so people who develop new boards that start from a blank defconfig have one less compilation failure to debug. Signed-off-by: Tuomas Tynkkynen <tuomas.tynkkynen@iki.fi>
18 lines
633 B
Text
18 lines
633 B
Text
CONFIG_ARM=y
|
|
CONFIG_ARCH_S5PC1XX=y
|
|
CONFIG_TARGET_SMDKC100=y
|
|
CONFIG_IDENT_STRING=" for SMDKC100"
|
|
CONFIG_DEFAULT_DEVICE_TREE="s5pc1xx-smdkc100"
|
|
CONFIG_BOOTDELAY=3
|
|
CONFIG_USE_BOOTARGS=y
|
|
CONFIG_BOOTARGS="root=/dev/mtdblock5 ubi.mtd=4 rootfstype=cramfs console=ttySAC0,115200n8 mem=128M mtdparts=s3c-onenand:256k(bootloader),128k@0x40000(params),3m@0x60000(kernel),16m@0x360000(test),-(UBI)"
|
|
CONFIG_HUSH_PARSER=y
|
|
CONFIG_SYS_PROMPT="SMDKC100 # "
|
|
# CONFIG_CMD_FLASH is not set
|
|
CONFIG_CMD_ONENAND=y
|
|
# CONFIG_CMD_SETEXPR is not set
|
|
CONFIG_CMD_CACHE=y
|
|
CONFIG_CMD_FAT=y
|
|
CONFIG_CMD_MTDPARTS=y
|
|
CONFIG_ENV_IS_IN_ONENAND=y
|
|
# CONFIG_MMC is not set
|