diff options
author | angelo@sysam.it <angelo@sysam.it> | 2015-02-12 01:39:40 +0100 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2015-03-05 20:13:21 -0500 |
commit | 06fd66a4aa8f0bdb0e78072593728fa31be8dadf (patch) | |
tree | be219ed21931578e8ad556fa60158a9c0324e6b6 /configs/amcore_defconfig | |
parent | a2bc4321e49fa90933029596dd5fa322aad99de4 (diff) | |
download | u-boot-imx-06fd66a4aa8f0bdb0e78072593728fa31be8dadf.zip u-boot-imx-06fd66a4aa8f0bdb0e78072593728fa31be8dadf.tar.gz u-boot-imx-06fd66a4aa8f0bdb0e78072593728fa31be8dadf.tar.bz2 |
m68k: add amcore board support
Add Sysam Amcore m68k-based board support.
Signed-off-by: Angelo Dureghello <angelo@sysam.it>
Diffstat (limited to 'configs/amcore_defconfig')
-rw-r--r-- | configs/amcore_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/amcore_defconfig b/configs/amcore_defconfig new file mode 100644 index 0000000..705c400 --- /dev/null +++ b/configs/amcore_defconfig @@ -0,0 +1,2 @@ +CONFIG_M68K=y +CONFIG_TARGET_AMCORE=y |