mirror of
https://github.com/u-boot/u-boot.git
synced 2024-11-28 15:13:31 +08:00
faf78fd464
Add basic support for running U-Boot on the Embedded Artists LPC3250 Developer's Kit v2 board by launching U-Boot from the board's s1l loader (which comes pre-installed on the board). Signed-off-by: Trevor Woerner <twoerner@gmail.com>
5 lines
125 B
Makefile
5 lines
125 B
Makefile
# SPDX-License-Identifier: GPL-2.0+
|
|
# Copyright (C) 2021 Trevor Woerner <twoerner@gmail.com>
|
|
|
|
obj-y += ea-lpc3250devkitv2.o
|