diff options
author | Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de> | 2013-11-29 11:35:16 +0100 |
---|---|---|
committer | Andreas Bießmann <andreas.devel@googlemail.com> | 2013-12-01 22:38:53 +0100 |
commit | d07e2b598a690d6eb75019b379fc4933affe3d2c (patch) | |
tree | 44c382c9516cea000b4dbf9ca328cc351e9061de /include/configs | |
parent | 782358fb7628bd97aa9e14ee91a171686fbf631a (diff) | |
download | u-boot-imx-d07e2b598a690d6eb75019b379fc4933affe3d2c.zip u-boot-imx-d07e2b598a690d6eb75019b379fc4933affe3d2c.tar.gz u-boot-imx-d07e2b598a690d6eb75019b379fc4933affe3d2c.tar.bz2 |
arm: atmel: eb_cpux9k2: config clean up
* remove mature defines from board config
Signed-off-by: Jens Scharsig (BuS Elektronik) <esw@bus-elektronik.de>
Signed-off-by: Andreas Bießmann <andreas.devel@googlemail.com>
Diffstat (limited to 'include/configs')
-rw-r--r-- | include/configs/eb_cpux9k2.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/configs/eb_cpux9k2.h b/include/configs/eb_cpux9k2.h index 2d8c42c..f7e70aa 100644 --- a/include/configs/eb_cpux9k2.h +++ b/include/configs/eb_cpux9k2.h @@ -41,10 +41,6 @@ #define CONFIG_SYS_LOAD_ADDR 0x21000000 /* default load address */ #define CONFIG_STANDALONE_LOAD_ADDR 0x21000000 -#define CONFIG_SYS_BOOT_SIZE 0x00 /* 0 KBytes */ -#define CONFIG_SYS_U_BOOT_BASE PHYS_FLASH_1 -#define CONFIG_SYS_U_BOOT_SIZE 0x60000 /* 384 KBytes */ - #define CONFIG_BOOT_RETRY_TIME 30 #define CONFIG_CMDLINE_EDITING |