Skip to content
Snippets Groups Projects
Select Git revision
  • 31f57c28736d9a070fe56c55d57e9da406ee86ba
  • master default protected
  • early-display
  • variant-emmc-nvme-boot
  • 2023-01-25
  • v3
  • variant-emmc-nvme-boot
  • 2020-06-01
8 results

mtd

Forked from Reform / reform-boundary-uboot
22716 commits behind the upstream repository.
user avatar
Masahiro Yamada authored
U-Boot has imported various source files from other projects,
mostly Linux.

Something like

  #ifdef __UBOOT__
    [ modification for U-Boot ]
  #else
    [ original code ]
  #endif

is an often used strategy for clarification of adjusted parts,
that is, easier re-sync in future.

Instead of defining __UBOOT__ in each source file,
passing it from the top Makefile would be easier.

Signed-off-by: default avatarMasahiro Yamada <yamada.m@jp.panasonic.com>
Acked-by: default avatarMarek Vasut <marex@denx.de>
Acked-by: default avatarHeiko Schocher <hs@denx.de>
3b612970
History
Name Last commit Last update
..
cfi_flash.h
mtd-abi.h
ubi-user.h