diff options
Diffstat (limited to 'include/configs/trats.h')
-rw-r--r-- | include/configs/trats.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/configs/trats.h b/include/configs/trats.h index 396e9f28100..d34b9e8e6cd 100644 --- a/include/configs/trats.h +++ b/include/configs/trats.h @@ -26,8 +26,6 @@ #define PHYS_SDRAM_1 CONFIG_SYS_SDRAM_BASE #define SDRAM_BANK_SIZE (256 << 20) /* 256 MB */ -#define CONFIG_BOOTCOMMAND "run autoboot" - #define CONFIG_SYS_INIT_SP_ADDR (CONFIG_SYS_LOAD_ADDR \ - GENERATED_GBL_DATA_SIZE) |