Message ID | 20181023054101.466648-1-amitay@ozlabs.org |
---|---|
State | Accepted |
Headers | show |
Series | generate_dt_header: Fix typo | expand |
Context | Check | Description |
---|---|---|
snowpatch_ozlabs/apply_patch | warning | master/apply_patch Patch failed to apply |
snowpatch_ozlabs/apply_patch | fail | Failed to apply to any branch |
diff --git a/generate_dt_header.sh b/generate_dt_header.sh index 4609d60..b7abfb5 100755 --- a/generate_dt_header.sh +++ b/generate_dt_header.sh @@ -7,8 +7,8 @@ fi SYMBOL=$(basename "$1" | sed 's/dts/dtb/' | tr '.-' '_') SYM_START="_binary_${SYMBOL}_o_start" -SYM_END="_biary_${SYMBOL}_o_end" -SYM_SIZE="_biary_${SYMBOL}_o_size" +SYM_END="_binary_${SYMBOL}_o_end" +SYM_SIZE="_binary_${SYMBOL}_o_size" cat - <<EOF /* This file is auto-generated from generate_dt_header.sh */
Signed-off-by: Amitay Isaacs <amitay@ozlabs.org> --- generate_dt_header.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)