From 9ee16897a24dc5643c44b275cca4ad78bce2c56d Mon Sep 17 00:00:00 2001 From: Lucile Quirion Date: Tue, 30 Jun 2015 17:17:47 -0400 Subject: ARM: ts4800: add basic board support This commit adds basic support including: MMC, Serial console, TS4800 watchdog The config use CONFIG_SKIP_LOWLEVEL_INIT as U-boot is used as a second stage bootloader. Signed-off-by: Lucile Quirion signed-off-by: Damien Riegel Cc: Stefano Babic --- configs/ts4800_defconfig | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 configs/ts4800_defconfig (limited to 'configs') diff --git a/configs/ts4800_defconfig b/configs/ts4800_defconfig new file mode 100644 index 0000000000..a2fa541c79 --- /dev/null +++ b/configs/ts4800_defconfig @@ -0,0 +1,4 @@ +CONFIG_ARM=y +CONFIG_TARGET_TS4800=y +# CONFIG_CMD_IMLS is not set +# CONFIG_CMD_SETEXPR is not set -- cgit v1.2.1