diff options
author | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2022-08-28 18:16:55 +0300 |
---|---|---|
committer | Alper Nebi Yasak <alpernebiyasak@gmail.com> | 2022-08-29 12:48:37 +0300 |
commit | e08e3da24489dd72084fc2fbd541a6ea2d26f980 (patch) | |
tree | 249742e917d586ed709af6b28b89488a21078a8c /resources/u-boot/peach/board.cfg | |
parent | 8584fcc1ea177163fe6c88acbb0b109c8f9c8c77 (diff) |
u-boot: Add peach pit chromebook configs
This adds U-Boot configuration for the Samsung Chromebook 2 11", also
known as "peach-pit" in the U-Boot upstream defconfigs. Also adds a
shared "peach" board directory to share with others having the same
baseboard. The config is almost the same as upstream defconfig, but with
REMAKE_ELF and POSITION_INDEPENDENT enabled.
Untested since I don't have the peach pit chromebook.
Signed-off-by: Alper Nebi Yasak <alpernebiyasak@gmail.com>
Diffstat (limited to 'resources/u-boot/peach/board.cfg')
-rw-r--r-- | resources/u-boot/peach/board.cfg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/resources/u-boot/peach/board.cfg b/resources/u-boot/peach/board.cfg new file mode 100644 index 00000000..59d17f7a --- /dev/null +++ b/resources/u-boot/peach/board.cfg @@ -0,0 +1,3 @@ +ubtree="peach" +ubrevision="e092e3250270a1016c877da7bdd9384f14b1321e" # v2022.07 +arch="ARMv7" |