diff options
| author | Janne Grunau <[email protected]> | 2026-05-01 00:31:16 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2026-05-12 12:08:15 -0600 |
| commit | 0f0ff73bac5dc43f8fe336f2828900035e260f1a (patch) | |
| tree | dd69661bf32e2bfb5b22dcddd80ec210a3565b7a /include | |
| parent | 1b5500cefee4b27915ea1581731ea40a19d6bb0d (diff) | |
arm: apple: Switch to board based text env
The main use case for u-boot on Apple silicon based devices is to
provide an EFI based bootloader for operating systems. This uses a
generic u-boot image with DTBs passed from an earlier boot loader
(m1n1). Use the generic board name "mac" for this purpose.
Signed-off-by: Janne Grunau <[email protected]>
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/apple.h | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/include/configs/apple.h b/include/configs/apple.h deleted file mode 100644 index 1e08b114480..00000000000 --- a/include/configs/apple.h +++ /dev/null @@ -1,18 +0,0 @@ -#ifndef __CONFIG_H -#define __CONFIG_H - -#include <linux/sizes.h> - -/* Environment */ -#define ENV_DEVICE_SETTINGS \ - "stdin=serial,usbkbd,spikbd\0" \ - "stdout=vidconsole,serial\0" \ - "stderr=vidconsole,serial\0" - -#define BOOT_TARGETS "nvme usb" - -#define CFG_EXTRA_ENV_SETTINGS \ - ENV_DEVICE_SETTINGS \ - "boot_targets=" BOOT_TARGETS "\0" - -#endif |
