
Provide an initial environment for boot scripts to operate.
Signed-off-by: Andreas Buerkler andreas.buerkler@enclustra.com Signed-off-by: Lothar Rubusch l.rubusch@gmail.com --- include/configs/socfpga_mercury_aa1.h | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/include/configs/socfpga_mercury_aa1.h b/include/configs/socfpga_mercury_aa1.h index a5b63336e8..d9d169f6dd 100644 --- a/include/configs/socfpga_mercury_aa1.h +++ b/include/configs/socfpga_mercury_aa1.h @@ -16,18 +16,8 @@ /* Memory configurations */ #define PHYS_SDRAM_1_SIZE 0x80000000
-/* - * Serial / UART configurations - */ -#define CFG_SYS_BAUDRATE_TABLE {4800, 9600, 19200, 38400, 57600, 115200} - -/* - * L4 OSC1 Timer 0 - */ -/* reload value when timer count to zero */ -#define TIMER_LOAD_VAL 0xFFFFFFFF - /* The rest of the configuration is shared */ #include <configs/socfpga_common.h> +#include <config_distro_bootcmd.h>
#endif /* __CONFIG_SOCFGPA_MERCURY_AA1_H__ */